home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr18 / bin2asc1.zip / README.DOC < prev    next >
Text File  |  1993-06-10  |  2KB  |  46 lines

  1. UUENCODE.COM
  2. UUDECODE.COM
  3. --------------
  4.  
  5. This pair of utilities will convert ANY file, including ZIP files and
  6. GIFS to an ASCII text representations.  These can be included in E-Mail
  7. messages for decoding on the other end.
  8.  
  9. Syntax is quite simple
  10.  
  11. UUENCODE [-o] [d:][\path\]filename.ext <RETURN>
  12.  
  13. produces filename.UUE on current drive\path
  14. (providing filename.UUE doesn't already exist).
  15. -o switch forces overwrite of existing filename.UUE
  16.  
  17. You may then PASTE the resulting text file into any document for
  18. transmission via E-Mail.
  19.  
  20. The recipient should delete all of the file except the portion beginning
  21. with begin, and the last end statement.
  22.  
  23. IT IS IMPORTANT THAT THE BEGIN AND END LINES BE INCLUDED IN THE FILE
  24.  
  25. UUDECODE [-?][-o] [d:][\path\]filename.ext <RETURN>
  26. Using the filename.typ in the "begin" line,                                     
  27. produces uudecoded filename.typ on current drive\path                           
  28. (providing filename.typ doesn't already exist).                                 
  29.  
  30. -o switch forces overwrite of existing filename.typ                             
  31. -? produces this help message.                                                  
  32.                                                                                 
  33. This technique is widely used on The Internet to include binary files in
  34. E-Mail messages.  Handy if the recipient does not have access to FTP.
  35.  
  36.  
  37.  
  38. To convert the included WINLOGO.UUE to a GIF file WINLOGO.GIF merely enter
  39.  
  40. UUDECODE winlogo.uue [Enter]
  41.  
  42. This assumes that WINLOGO.UUE is in the current directory, and UUDECODE
  43. is either in the current directory or in your path.
  44.  
  45.  
  46.